DROP TABLE "qtrack"
;
CREATE TABLE "qtrack" (
	"ip"     text NOT NULL,
	"qwords" text NOT NULL,
	"qtime" int4 NOT NULL,
	"found" int4 NOT NULL,
	"ps" int2,
	"np" int2,
	"m" text,
	"wm" text,
	"o" int2,
	"t" text,
	"cat" text,
	"ul" text,
	"wf" text,
	"g" text,
	"tmplt" text
);

